home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / dpkg.prerm < prev    next >
Encoding:
Text File  |  2007-03-06  |  522 b   |  22 lines

  1. #!/bin/sh -e
  2. # This script can be called in the following ways:
  3. #
  4. # Before the package is removed:
  5. #    <prerm> remove
  6. #
  7. # Before an upgrade:
  8. #    <old-prerm> upgrade <new-version>
  9. # if that fails:
  10. #    <new-prerm> failed-upgrade <old-version>
  11. #
  12. #
  13. # Before package is deconfigured while dependency is replaced due to conflict:
  14. #    <prerm> deconfigure in-favour <new-package> <version>
  15. #        removing <old-package> <version>
  16. #
  17. # Before the package is replaced due to conflict:
  18. #    <prerm> remove in-favour <new-package> <version>
  19.  
  20.  
  21. exit 0
  22.